Auto merge of #1165 - alexcrichton:issue-517, r=huonw
authorbors <bors@rust-lang.org>
Wed, 14 Jan 2015 06:12:53 +0000 (06:12 +0000)
committerbors <bors@rust-lang.org>
Wed, 14 Jan 2015 06:12:53 +0000 (06:12 +0000)
commit5e7fc73f7136415293bbd35e36e4b64579f2181e
tree5ae9a069f10785e3ccc6ab8edbeef3460c21abc7
parent85b58e3f1aa097b88124a285171f42ec4ecf76ed
parent65590ff8ea043e1c3a6d17704990fd5914b7ed9f
Auto merge of #1165 - alexcrichton:issue-517, r=huonw

It's a little odd that Cargo only supports travis right now, and as #517 points
out it probably shouldn't be a top-level flag but rather a general "service
flag". Due to a lack of other services and the ease of adding your own travis
configuration, this commit removes the flag altogether for now. It can always be
added later when we've got some more impetus!

Closes #517
Closes #1115